home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / f / 00157_Script_157 < prev    next >
Text File  |  1999-09-02  |  458b  |  21 lines

  1. on exitFrame
  2.   checkrolls
  3.   checkblip
  4.   checksound
  5.   puppetsound "cc"
  6.   if rollover(2) then
  7.     nothing
  8.   else
  9.     go to "nn"
  10.     set the visible of sprite 44 to false
  11.     set the movierate of sprite 10 to 1
  12.     set the visible of sprite 19 to true
  13.     set the visible of sprite 20 to false
  14.     set the visible of sprite 21 to false
  15.     set the visible of sprite 22 to false
  16.     set the visible of sprite 23 to false
  17.   end if
  18.   
  19.   
  20.   
  21. end